ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / IsUpdating Property

In This Topic
    IsUpdating Property
    In This Topic
    Gets a value indicating whether the collection view is being updated.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsUpdating As System.Boolean
    public System.bool IsUpdating {get;}
    See Also